.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
}

.section {
    text-align: center;
    font: 50px "Microsoft Yahei";
    color: #fff;
}
.clearfix:after{
    content: ""; 
    display: table;    /* 也可以设置为block */
    clear: both;      
}

#fp-nav ul li,
.fp-slidesNav ul li {
    /* display: block; */
    width: 100px;
    height: 13px;
    margin: 20px;
    position: relative;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 100px;
    height: 20px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 1;
}

html,
body {
    position: relative;
    height: 100%;
    color: #393939;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}


/* 主体部分 */

.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide1 {
    background: url(../images/b1.jpg) center no-repeat;
    background-size: cover;
}

.slide2 {
    background: url(../images/b2.jpg) center no-repeat;
    background-size: cover;
}

.slide3 {
    background: url(../images/b3.jpg) center no-repeat;
    background-size: cover;
}

.slide4 {
    background: url(../images/b4.jpg) center no-repeat;
    background-size: cover;
}

/* 第一屏 左右切换样式 */
.banner-pager {
    position: absolute;
    height: 3px;
    line-height: 0px;
    top: 81%;
    bottom: auto !important;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner-pager .swiper-pagination-bullet {
    /* top: 0; */
    width: 40px;
    height: 3px;
    position: relative;
    /* line-height: 3px; */
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.banner-pager .swiper-pagination-bullet-active {
    background: #00dfb9;
}

/* 第一屏向下箭头 */

.banner-down:hover:before {
    background: #00dfb9;
    opacity: .6;
}

.banner-down:before {
    content: '';
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    background: #fff;
    opacity: .2;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.banner-down {
    /* border: 1px solid red; */
    position: absolute;
    top: 90%;
    cursor: pointer;
    left: 50%;
    margin-left: -24px;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 24px;
    z-index: 1000000000000000;
}

/* 第一屏 内容（字） */
.banner-bin .table-box {
    padding-bottom: 20%;
}

.table-box {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-bin .table-cell {
    position: relative;
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.banner-write {
    position: relative;
    z-index: 992;
    word-break: break-all;
    padding: 0 10px;
}

.banner-bin.swiper-slide-active .banner-write .w2 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    text-align: center;
    display: inline-block;
    padding: 0 0 0 0;
    width: auto;
    opacity: 1;
}


.banner-write .w2 .w21 {
    color: #fff;
    display: block;
}

.banner-write .w2 .w22 {
    line-height: .8;

    font-family: Helvetica;

    color: #00dfb9;
    display: inline-block;
    border-bottom: 1px solid #00dfb9;

    font-size: 52px;
    letter-spacing: -2px;
    margin: 0 0 5px 0;
}

.banner-write * {
    max-width: 100%;
}

.banner-write .w2 .w23 {
    color: #ccc;
    font-size: 12px;
    display: block;
}

.banner-write .w1 {
    font-size: 173px;
    line-height: .4;
    font-family: Microsoft JhengHei;
    color: #fff;
    display: inline-block;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(-150px) scale(.8);
    -moz-transform: translateX(-150px) scale(.8);
    -ms-transform: translateX(-150px) scale(.8);
    -o-transform: translateX(-150px) scale(.8);
    -webkit-transform: translateX(-150px) scale(.8);
    opacity: 0;
}
.banner-bin.swiper-slide-active .banner-write .w1 {
    transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    -webkit-transform: translate(0) scale(1);
    opacity: 1;
}


.banner-write .w2 {
    text-align: left;
    display: inline-block;
    padding-left: 5px;
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    opacity: 0;
}



.banner-write .w2 .w21 {
    color: #fff;
    font-size: 24px;
    display: block;
}

.banner-write * {
    max-width: 100%;
}

.banner-write .w2 .w23 em {
    font-style: normal;
    color: #00dfb9;
}

.banner-write .w2.wc {
    text-align: center;
    display: inline-block;
    padding: 0 0 0 0;
    width: auto;
    transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    opacity: 0;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
}
.banner-write .w2.cc {
    text-align: center;
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 0;
}
.banner-bin.swiper-slide-active .banner-write .w2 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
}
.banner-bin.swiper-slide-active .banner-write .w2.cc .w21 {
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.banner-write .w2.cc .w21 {
    transform: scale(1.2) translateY(-50px);
    -moz-transform: scale(1.2) translateY(-50px);
    -ms-transform: scale(1.2) translateY(-50px);
    -webkit-transform: scale(1.2) translateY(-50px);
    -o-transform: scale(1.2) translateY(-50px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
}
.banner-bin.swiper-slide-active .banner-write .w2.cc .w22, .banner-bin.swiper-slide-active .banner-write .w2.cc .w23 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
}

.banner-write .w2.cc .w22 {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.banner-bin.swiper-slide-active .banner-write .w2.cc .w22, .banner-bin.swiper-slide-active .banner-write .w2.cc .w23 {
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
}

.banner-write .w2.cc .w23 {
    transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transition: .3s .4s;
    -webkit-transition: .3s .4s;
    -moz-transition: .3s .4s;
    -ms-transition: .3s .4s;
    -o-transition: .3s .4s;
    -o-transform: translateY(150px);
    -webkit-transform: translateY(150px);
}

/* 轮播字 */
.banner-news {
    font-size: 14px;
    text-align: center;
    z-index: 200;
    position: absolute;
    top: 74%;
    left: 50%;
    margin-left: -188px;
    height: 30px;
    line-height: 30px;
    margin-left: -147px;
}

.banner-news b {
    float: left;
    color: #00dfb9;
    font-weight: bold;
    margin-right: 10px;
}

.banner-news span {
    float: left;
    overflow: hidden;
    height: 30px;
    overflow: hidden;
}

.banner-news span ol {
    float: left;
    margin: 0;
    padding: 0;
}

.banner-news span ol li {
    list-style: none;
    color: #ddd;
    margin: 0;
    padding: 0 1px 0 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 230px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.banner-news span ol li a {
    color: #ddd;
    font-size:14px;
}

a:-webkit-any-link {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a {
    background-color: transparent;
}

/* 第二屏 */

.title-box h1 {
    letter-spacing: -3px;
    font-family: TechnicLite;
    color: #00dfb9;
    line-height: 35px;
    padding: 0;
    font-size: 30px;
    margin: 0 0 5px 0;
}

.title-box h2 {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}

.icon-box {
    padding: 20px 0 30px 0;
}

.icon-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon-box ul li {
    margin: 10px 0;
    width: 30%;
}

.icon-box ul li {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.icon-box ul li a {
    display: block;
    position: relative;
    z-index: 9;
}

a:-webkit-any-link {
    text-decoration: none;
}

.icon-box ul li i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 40px;
}

.icon-box ul li i {
    display: block;
    font-size: 66px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 25px;
    border: none;
    border-radius: 50%;
    text-align: center;
    color: #00dfb9;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.icon-box ul li h3 {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.icon-box ul li p {
    display: none;
}

.icon-text {
    font-family: TechnicLite;
    font-size: 18px;
    line-height: 1;
    color: #393939
}

.icon-box ul li i {
    display: block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border: 0;
    text-align: center;
    color: #00dfb9;
    background: rgba(255, 255, 255, .1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.window-head img ,.window-head .head-rights ol{
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


.section2-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg2.jpg);
}

.window-head.active {
    background: rgba(0, 0, 0, .5);
}

.window-head.active img ,.window-head.active .head-rights ol{
    transform: scale(0.8)
}

/* 第三屏 */
.section3-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg3.jpg);
}

.section3-backa {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg9.jpg);
}

.title-box h1 {
    font-size: 30px;
    letter-spacing: -3px;
    font-family: TechnicLite;
    color: #00dfb9;
    line-height: 35px;
    margin: 0 0 5px 0;
    padding: 0;
}

.title-box h2 {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
}

.case-box {
    width: 230px;
    overflow: hidden;
    margin: 40px auto 0 auto;
}

.case-cut {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 6999px;
}

.case-bin {
    display: block;
    list-style: none;
    padding: 0;
    float: left;
    width: 300px;
    /* background: #fff; */
    position: relative;
}

.case-bin font {
    display: block;
    position: relative;
    overflow: hidden;
}

.case-bin font b {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-bin font img {
    display: block;
    width: 100%;
}

.case-bin span {
    display: block;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    padding: 15px 20px;
}

.case-bin span h3 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}


.case-bin span p {
    display: block;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 2;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.case-more {
    margin-top: 30px;
    display: block;
}

.case-more a {
    border: 1px solid #00dfb9;
    font-family: TechnicLite;
    color: #00dfb9;
    font-size: 20px;
    padding: 0 10px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    font-weight: bold;
    display: inline-block;
}


.case-ctrl .ctrl-box {

    width: 50px;
    line-height: 50px;
    position: absolute;
    color: #a8a8a8;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.case-ctrl .ctrl-box:hover {
    color: #00dfb9;
}

.case-ctrl .ctrl-left {
    left: 0;
    top: 52%;
    width: 50px;
    line-height: 50px;
}

.case-ctrl .ctrl-right {
    right: 0;
    top: 52%;
    width: 50px;
    line-height: 50px;
}

.case-bin span:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: #00dfb9;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

button,
a,
i,
div {
    outline: none;
}

/* 第四屏 */
.section4-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg4.jpg);
}

.joint-box {
    width: 319px;
    margin: 20px auto;
    overflow: hidden;
}


.joint-cut {
    width: 798px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.joint-bin {
    height: 80px;
    width: 160px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    /* height: 140px; */
    display: table;
    position: relative;
}

.joint-bin[data-swiper-row="0"] a {
    border-width: 0 1px 0 0;
}

.joint-bin a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.35);
    text-align: center;
    width: 100%;
    height: 100%;
    border-color: #ddd;
    border-style: dotted;
    border-width: 1px 1px 0 0;
}

.joint-bin a img {
    line-height: 0;
    max-width: 100px;
    max-height: 50px;
}

/* 第五屏 */
.section5-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg5.jpg);
}

.worth-box {
    overflow: hidden;
    width: 280px;
    margin: 80px auto 0 auto;
    margin-top: 30px;
}


.worth-cut {
    text-align: center;
    display: block;
    width: 6999px;
}

.worth-bin {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    /* width: 280px; */
    /* padding: 5px; */
    line-height: 30px;
    position: relative;
    font-size: 14px;
}

.worth-bin p {
    margin: 0 auto;
}

.em-fa {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px !important;
}

em.fa {
    width: 18px;
    text-align: center;
}

.ef-32 em {
    font-size: 32px;
}

.em-fa em {
    color: #00dfb9;
    font-size: 38px;
    width: auto !important;
    margin: 0 15px;
}

.worth-bin p {
    margin: 0 auto;
}

.title-box h2 {
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;

}

.worth-text {
    margin-top: 30px;
}

.worth-text a {
    border: 1px solid #00dfb9;
    color: #00dfb9;
    line-height: 0;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    font-size: 16px;
    padding: 2px 12px;
    letter-spacing: 0px;
    border-radius: 2px;
}

a:-webkit-any-link {
    text-decoration: none;
}

/* 第六屏 */
.section6-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg6.jpg);
}

.mark-box {
    width: 320px;
    margin: 50px auto 70px auto;
    overflow: hidden;
}

.mark-cut {
    width: 3999px;
}

.mark-bin {
    width: 160px;
    float: left;
    position: relative;
}

.mark-bin i {
    display: block;
    font-size: 56px;
    color: #00dfb9;
    border-radius: 50%;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
}

.mark-bin h3 {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding: 0;
}

.mark-bin p {
    display: block;
    line-height: 1.35;
    color: #333;
    font-size: 14px;
    margin: 0;
}

/* 第七屏 */
.section7-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg7.jpg);
}

.about-nav {
    text-align: center;
    margin: 0 auto;
    left: 0;
    top: 0;
    position: relative;
}

.about-nav ul {
    width: 240px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.about-nav ul li.active {
    color: #fff;
    background: rgba(47, 208, 181, .2);
    background: rgba(0, 0, 0, .85);
}

.about-nav ul li {
    display: inline-block;
    line-height: 42px;
    width: 80px;
    text-align: center;
    height: 42px;
    font-size: 16px;
    color: #656565;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    background: rgba(47, 208, 181, .15);
    background: rgba(255, 255, 255, .65);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    cursor: pointer;
    float:left;
}
.about-nav ul:after {
    clear: both;
    content: '';
    display: block;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-box {
    width: 300px;
    margin: 20px auto;
    left:0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.about-cut {
    width: 2000px;
}

.about-bin {
    width: 300px;
    margin-right: 10px;
    max-height: 368px;
    float: left;
    text-align: left;
    color: #999;
    position: relative;
    display: none;
    height: 240px;
}
.about-bin.active{
    display: block
}


.about-bin p {
    line-height: 2;
    margin: 0;
}
.about-time p:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    top: -4px;
    margin-right: 10px;
    background: #00dfb9;
}

.about-titless {
    font-size: 22px;
    color: #00dfb9;
    text-align: center;
    line-height: 2;
    margin: 0;
}

.about-sxtitle {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0;
}

.about-sixiang {
    font-size: 16px;
    text-align: center;
}

.about-bottom {
    width: 100%;
    height: 71px;
    line-height: 70px; 
    background: rgba(255,255,255,.1);
    border-top: 1px solid rgba(215,215,215,.3);
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.about-ul {
    width: 1000%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-li b {
    font-size: 26px;
    padding-right: 6px;
    font-weight: normal;
    color: #00dfb9;
}

/* 第八屏 */
.section8-back {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg8.jpg);
}
.window-bin[data-hash="contact"] * {
    max-width: 100%;
}
.contact-box {
    width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding-bottom: 30px;
    text-align: left;
    padding: 0;
    border: none;
    width: auto;
    display: inline-block;
}

.contact-left {
    width: 220px;
    float: left;
    display: none;
}

.contact-center {
    font-size: 14px;
    width: auto;
    display: inline-block;
    color: #393939;
}
.contact-center {
    float: left;
}

.contact-center p.t {
    font-size: 36px;
    color: #00dfb9;
    font-family: Georgia;
    line-height: 0;
    margin-top: -15px;
}
    
.contact-right {
    width: 260px;
    float: left;
    display: none;
}
.contact-text {
    margin-top: 40px;
}
.contact-text p {
    font-size: 22px;
    color: #00dfb9;
    letter-spacing: 3px;
}
.visible-xs-block {
    display: block!important;
}
/* 最后一屏 */
.window-bin.foot, footer {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    height: auto;
    padding: 15px 60px;
    line-height: 30px;
    background: #393939;
    color: #eee;
    text-align: center;
    border: none !important;
}
.window-bin {
    height: 100%;
}
.window-bin.foot p {
    margin: 0;
}
a:-webkit-any-link {
    text-decoration: none;
}
